mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-08 10:18:02 +08:00
arduino : updating examples + fix memory alignment issue for rp2040
This commit is contained in:
@@ -369,7 +369,7 @@ GGWave::RxProtocols & GGWave::Protocols::rx() {
|
||||
|
||||
// this probably does not matter, but adding it anyway
|
||||
#ifdef ARDUINO
|
||||
const int kAlignment = 1;
|
||||
const int kAlignment = 4;
|
||||
#else
|
||||
const int kAlignment = 8;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user