mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 19:50:35 +08:00
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
#
|
|
# Nested type.
|
|
# File system path in ASCII or UTF8.
|
|
# The only valid separator is forward flash.
|
|
#
|
|
|
|
uint8 SEPARATOR = '/'
|
|
|
|
uint8[<=200] path
|