Mercurial > public > ostc4
diff Discovery/Inc/data_exchange_main.h @ 981:c6c781a2e85b default
Merge into default
| author | heinrichsweikamp |
|---|---|
| date | Tue, 11 Feb 2025 18:12:00 +0100 |
| parents | 3420e3ba698d |
| children |
line wrap: on
line diff
--- a/Discovery/Inc/data_exchange_main.h Tue Aug 13 13:24:54 2024 +0200 +++ b/Discovery/Inc/data_exchange_main.h Tue Feb 11 18:12:00 2025 +0100 @@ -56,6 +56,6 @@ uint16_t DataEX_debug_data(uint16_t *dataOut20x5); -void DataEX_setExtInterface_Cmd(uint16_t Cmd); +void DataEX_setExtInterface_Cmd(uint16_t Cmd,uint8_t sensorId); #endif /* DATA_EXCHANGE_MAIN_H */
