You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/libs/libmf/source/flashcsec.c

8 lines
130 B

#include "libmfcalsector.h"
#if defined __ICC8051__
__no_init __root struct calsector __xdata flash_calsector @ 0xfc00;
#endif

Powered by TurnKey Linux.