Skip to content

Commit 1f7e3af

Browse files
authored
Changing namespace to memo
1 parent 571277a commit 1f7e3af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

memo.odvd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
* limitations under the License.
1515
*/
1616

17-
message morise.raw.Raw [id = 10000] {
17+
message memo.raw.Raw [id = 10000] {
1818
string data [id = 1];
1919
}
2020

21-
message morise.raw.NMEA0183 [id = 10001] {
21+
message memo.raw.NMEA0183 [id = 10001] {
2222
string sentence [id = 1];
2323
}
2424

25-
message morise.raw.NMEA2000 [id = 10002] {
25+
message memo.raw.NMEA2000 [id = 10002] {
2626
string header [id = 1];
2727
string data [id = 2];
2828
}
2929

30-
message morise.raw.LWE450 [id = 10003] {
30+
message memo.raw.LWE450 [id = 10003] {
3131
string header [id = 1];
3232
string payload [id = 2];
3333
}

0 commit comments

Comments
 (0)