You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
181 B
13 lines
181 B
9 years ago
|
//
|
||
|
// Created by ondra on 7.8.16.
|
||
|
//
|
||
|
|
||
|
#ifndef F103_USB_MAIN_H_H
|
||
|
#define F103_USB_MAIN_H_H
|
||
|
|
||
|
#include "stm32f1xx_hal.h"
|
||
|
|
||
|
extern void dbg(const char* msg);
|
||
|
|
||
|
#endif //F103_USB_MAIN_H_H
|