arduino : updating examples + fix memory alignment issue for rp2040

This commit is contained in:
Georgi Gerganov
2022-06-11 17:55:52 +03:00
parent dae34e46b1
commit 7918594b96
4 changed files with 64 additions and 53 deletions

View File

@@ -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