added HAL gpio class ID

This commit is contained in:
Robin Müller 2021-06-15 13:32:11 +02:00
parent d700fb551c
commit 4b248740f3
No known key found for this signature in database
GPG Key ID: 9C287E88FED11DF3
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ enum: uint8_t {
HAL_SPI, //HSPI
HAL_UART, //HURT
HAL_I2C, //HI2C
HAL_GPIO, //HGIO
FW_CLASS_ID_COUNT // [EXPORT] : [END]
};