Files
libretiny/cores/beken-72xx/base/fixups/gcc10.c
2023-03-13 17:46:13 +01:00

8 lines
290 B
C

/* Copyright (c) Kuba Szczodrzyński 2023-03-13. */
// Compiling with GCC 10.3.1 requires this or it will produce linker errors.
// See:
// - https://github.com/purduesigbots/pros/issues/153#issuecomment-519335375
// - https://stackoverflow.com/a/64664385
void __sync_synchronize(void) {}