mirror of https://github.com/ArduPilot/ardupilot
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
|
# hw definition file for processing by chibios_pins.py
|
||
|
|
||
|
# MCU class and specific type
|
||
|
MCU STM32F103 STM32F103xB
|
||
|
|
||
|
include ../iomcu-f103-dshot/hwdef.inc
|
||
|
|
||
|
undef OSCILLATOR_HZ
|
||
|
|
||
|
# crystal frequency
|
||
|
OSCILLATOR_HZ 8000000
|