Update on status of offline IDE

I’m guessing that’s supposed to be a security ‘feature’, but it’s a pretty silly one.

Out of interest, what is func_t defined as? using func_t = void (*)(void)?

#ifdef __ARMCC_VERSION
typedef void (*func_t)(void);
#endif
1 Like

It’s up now

1 Like

Ah, good to know.

Functionally that typedef's equivalent to my guess, so good guess, I guess :P.