mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 23:17:46 +00:00
Change set_correction_ppb argument to const.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace persistent_memory {
|
||||
using ppb_t = int32_t;
|
||||
|
||||
ppb_t correction_ppb();
|
||||
void set_correction_ppb(ppb_t new_value);
|
||||
void set_correction_ppb(const ppb_t new_value);
|
||||
|
||||
} /* namespace persistent_memory */
|
||||
} /* namespace portapack */
|
||||
|
Reference in New Issue
Block a user