Hmm, compiler does not like me redefining this using an inline. Am I doing this incorrectly.
unsigned long is uint32_t it seems , which is consistent with the defective 32 bit arduino code.
Code:
error: ambiguating new declaration of 'uint64_t micros()' 25 | static inline uint64_t micros(void) {return time_us_64() ;}ArduinoCore-API/api/Common.h:106:15: note: old declaration 'long unsigned int micros()' 106 | unsigned long micros(void);
Statistics: Posted by pie_face — Sat Oct 05, 2024 9:50 am