mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
hide deprecated code; make USB snippet common for F0/F1/F3
This commit is contained in:
@@ -17,10 +17,9 @@
|
||||
*/
|
||||
|
||||
#include "proto.h"
|
||||
#include "hardware.h"
|
||||
#include "usb.h"
|
||||
|
||||
extern uint32_t Tms;
|
||||
|
||||
const char *test = "123456789A123456789B123456789C123456789D123456789E123456789F123456789G123456789H123456789I123456789J123456789K123456789L123456789M123456789N123456789O123456789P123456789Q123456789R123456789S123456789T123456789U123456789V123456789W123456789X123456789Y";
|
||||
|
||||
char *omit_spaces(const char *buf){
|
||||
|
||||
Reference in New Issue
Block a user