mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 00:23:13 +00:00
Finished jammer modes
Shaved off a few kBs by using the Labels widget
This commit is contained in:
@@ -91,7 +91,7 @@ void RDSProcessor::execute(const buffer_c8_t& buffer) {
|
||||
re = (sine_table_i8[(sphase & 0x03FF0000) >> 18]);
|
||||
im = (sine_table_i8[(phase & 0x03FF0000) >> 18]);
|
||||
|
||||
buffer.p[i] = {(int8_t)re, (int8_t)im};
|
||||
buffer.p[i] = {re, im};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user