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:
parent
2af1130666
commit
339bd0b0d3
4 changed files with 7 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue