Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
naze32_rev4.h
Go to the documentation of this file.
1#ifndef CONFIG_NAZE32_REV4_H
2#define CONFIG_NAZE32_REV4_H
3
5
6/* Naze32 rev4 has a 8MHz external clock and 72MHz internal */
7#define EXT_CLK 8000000
8#define AHB_CLK 72000000
9
10
11#endif /* CONFIG_NAZE32_REV4_H */