mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
22 lines
319 B
C
22 lines
319 B
C
|
|
/*
|
|
* Auto generated Run-Time-Environment Configuration File
|
|
* *** Do not modify ! ***
|
|
*
|
|
* Project: 'IAP_F411'
|
|
* Target: 'IAP_F411'
|
|
*/
|
|
|
|
#ifndef RTE_COMPONENTS_H
|
|
#define RTE_COMPONENTS_H
|
|
|
|
|
|
/*
|
|
* Define the Device Header File:
|
|
*/
|
|
#define CMSIS_device_header "stm32f4xx.h"
|
|
|
|
|
|
|
|
#endif /* RTE_COMPONENTS_H */
|