diff options
Diffstat (limited to 'src/include/usr/hbotcompid.H')
-rw-r--r-- | src/include/usr/hbotcompid.H | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H index 48d6c71c5..a4102001c 100644 --- a/src/include/usr/hbotcompid.H +++ b/src/include/usr/hbotcompid.H @@ -172,6 +172,14 @@ const compId_t EEPROM_COMP_ID = 0x0E00; const char EEPROM_COMP_NAME[] = "eeprom"; //@} +/** @name INTR + * Interrupt presenter component + */ +//@{ +const compId_t INTR_COMP_ID = 0x0F00; +const char INTR_COMP_NAME[] = "intr"; +//@} + // ---------------------------------------------------------- // CXXTEST Unit Test, reserve compid near the end... /** @name CXXTEST |