Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Jan 19, 2025
1 parent 29a97c4 commit cbeba9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firmware/common/portapack_shared_memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ struct SharedMemory {

union {
ToneData tones_data;
struct{
JammerChannel jammer_channels[24];
HopperChannel hopper_channels[24];
} seperated_data;
struct {
JammerChannel jammer_channels[24];
HopperChannel hopper_channels[24];
} dummy_seperate;
uint8_t data[512];
} bb_data{{{{0, 0}}, 0, {0}}};

Expand Down

0 comments on commit cbeba9f

Please sign in to comment.