mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add some features to 3steppersLB
This commit is contained in:
@@ -22,6 +22,14 @@
|
||||
|
||||
#include <stm32f0.h>
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE (0)
|
||||
#endif
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE (1)
|
||||
#endif
|
||||
|
||||
// PCLK frequency
|
||||
#ifndef PCLK
|
||||
#define PCLK (48000000)
|
||||
|
||||
Reference in New Issue
Block a user