Simple USB-MIDI foot controller

Dependencies:   PinDetect USBDevice_STM32F103 mbed-STM32F103C8T6

Revision:
13:f9eb1f79cd0a
Parent:
12:d9ccbfd2cc8c
--- a/main.cpp	Fri Aug 04 07:33:32 2017 +0200
+++ b/main.cpp	Tue Jan 09 21:59:10 2018 +0100
@@ -1,4 +1,3 @@
-#include "stm32f103c8t6.h"
 #include "mbed.h"
 #include "mbed_events.h"
 #include "USBMIDI.h"
@@ -70,9 +69,6 @@
 }
 
 int main() {
-    // Configure system clock (72MHz HSE clock, 48MHz USB clock)
-    confSysClock();
-
 #ifndef NDEBUG
     serial = new Serial(PA_9, PA_10);
     serial->printf("Creating event queue...\r\n");