Skip to content

Commit af529d2

Browse files
authored
Add comments for updating related files on ds enum changes
Added comments to remind developers to update related files when adding new data types.
1 parent fb1f085 commit af529d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/ola/rdm/RDMEnums.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ typedef enum {
380380
} rdm_command_class;
381381

382382

383+
// Remember to update the other places when adding new data types:
384+
// common/rdm/RDMHelper.cpp
385+
// Likely our PID schema code too, if you want to support it there
383386
typedef enum {
384387
DS_NOT_DEFINED = 0x0,
385388
DS_BIT_FIELD = 0x01,

0 commit comments

Comments
 (0)