precision-converters-firmware
Loading...
Searching...
No Matches
common_macros.h
Go to the documentation of this file.
1/***************************************************************************************************/
13#ifndef COMMON_MACROS_H
14#define COMMON_MACROS_H
15
16/*
17 * List of supported platforms.
18 * One of these platforms is selected as the ACTIVE_PLATFORM in the app_config.h file of every project.
19 */
20#define STM32_PLATFORM 2
21
22#endif /* COMMON_MACROS_H */
23