1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Minor cleanup and rename of fastpwm lookup table

This commit is contained in:
blckmn 2016-06-24 20:19:03 +10:00
parent 2af1130666
commit 339bd0b0d3
4 changed files with 7 additions and 13 deletions

View file

@ -17,13 +17,6 @@
#pragma once
/*
#define SPI_0_28125MHZ_CLOCK_DIVIDER 256
#define SPI_0_5625MHZ_CLOCK_DIVIDER 128
#define SPI_18MHZ_CLOCK_DIVIDER 2
#define SPI_9MHZ_CLOCK_DIVIDER 4
*/
#include <stdint.h>
#include "io.h"
#include "rcc.h"