Stm32 library

@Gunner , взагалі не про те що я питав.
@Dmitriy , я в курсі.

В mbed compiller створив новий проект.
Додав бібліотеку blynk.
Отримав помилку “Error: Identifier “millis” is undefined in “Blynk/utility/BlynkTimer.cpp”, Line: 35, Col: 49”
В цьому місці бібліотеки:

// Select time function:
//static inline unsigned long elapsed() { return micros(); }
static inline unsigned long elapsed() { return millis(); }

@ Gunner, not at all what I asked.
@Dmitriy, I’m up to date.

In mbed compiller created a new project.
Added a Blink Library.
Received error “Error: identifier” millis “not defined in” Blynk / utility / BlynkTimer.cpp “, line: 35, color: 49”
In this place of the library:

// Select time function:
//static inline unsigned long elapsed() { return micros(); }
static inline unsigned long elapsed() { return millis(); }