mirror of
https://github.com/nasa/fpp.git
synced 2025-12-12 04:41:37 -06:00
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
fpp-to-cpp
|
|
[ local path prefix ]/tools/fpp-to-cpp/test/struct/duplicate.fpp:5.1
|
|
struct Duplicate { x: U32 }
|
|
^
|
|
error: duplicate C++ file DuplicateSerializableAc.hpp
|
|
previous file would be generated here:
|
|
[ local path prefix ]/tools/fpp-to-cpp/test/struct/duplicate.fpp:2.3
|
|
struct Duplicate { x: U32 }
|
|
^
|