mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05:00
Removed trailing spaces.
This commit is contained in:
parent
48ccc1e988
commit
699504a703
@ -85,7 +85,7 @@ struct data_t {
|
|||||||
uint32_t playdead_sequence;
|
uint32_t playdead_sequence;
|
||||||
|
|
||||||
// UI
|
// UI
|
||||||
uint32_t ui_config;
|
uint32_t ui_config;
|
||||||
|
|
||||||
uint32_t pocsag_last_address;
|
uint32_t pocsag_last_address;
|
||||||
uint32_t pocsag_ignore_address;
|
uint32_t pocsag_ignore_address;
|
||||||
@ -292,7 +292,7 @@ bool clkout_enabled() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void set_clkout_enabled(bool enable) {
|
void set_clkout_enabled(bool enable) {
|
||||||
data->ui_config = (data->ui_config & ~0x08000000UL) | (enable << 27);
|
data->ui_config = (data->ui_config & ~0x08000000UL) | (enable << 27);
|
||||||
}
|
}
|
||||||
|
|
||||||
} /* namespace persistent_memory */
|
} /* namespace persistent_memory */
|
||||||
|
Loading…
Reference in New Issue
Block a user