fix changes from merge

This commit is contained in:
lumapu 2022-12-12 21:05:36 +01:00
parent f0014e8c70
commit dc9eda5ee3
3 changed files with 5 additions and 4 deletions

View file

@ -296,7 +296,7 @@ class HmRadio {
return mNrf24.isChipConnected();
}
rf24_datarate_e getDataRate(void) {
uint8_t getDataRate(void) {
return mNrf24.getDataRate();
}