1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-02-08 08:51:25 +00:00
Files
mist-devel.mist-firmware/attrs.h
2021-05-15 19:44:32 +02:00

8 lines
170 B
C

#ifndef ATTRS_H
#define ATTRS_H
#define RAMFUNC __attribute__ ((long_call, section (".ramsection")))
#define FAST __attribute__((optimize("-Ofast")))
#endif // ATTRS_H