SRTOS
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1
9
10#ifndef CONFIG_H_
11#define CONFIG_H_
12
13#include <stddef.h>
14#include <stdint.h>
15#include <stdlib.h>
16
17#include "mcu_macros.h"
18
26void configureAll ();
27
28#endif
void configureAll()
This function will be called in the main() function of the user's code before the scheulder is starte...
Definition config.c:111
Memory-mapped register addresses and hardware access macros for the STM32F411VET6.