mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 23:22:33 -04:00
Fix adsb warnings
This commit is contained in:
parent
19ebf14e8c
commit
c3fe053eb2
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ public:
|
|||
}
|
||||
|
||||
uint8_t * get_raw_data() const {
|
||||
return (uint8_t* const)raw_data;
|
||||
return (uint8_t* )raw_data;
|
||||
}
|
||||
|
||||
void make_CRC() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue