From cf4575b94a3c65e6535a159fc71fc885aebc2620 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Fri, 2 Aug 2019 14:02:40 -0700 Subject: Fix the LUFA lib to use a submodule instead of just files (#6245) * Remove LUFA files * Update descriptions for newer version of LUFA * Create PR6245.md * Fix CDC(Serial) type errors * Fix missed merge conflict for AUDIO_DTYPE_CSInterface --- .../Projects/LEDNotifier/CPUUsageApp/Program.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lib/lufa/Projects/LEDNotifier/CPUUsageApp/Program.cs (limited to 'lib/lufa/Projects/LEDNotifier/CPUUsageApp/Program.cs') diff --git a/lib/lufa/Projects/LEDNotifier/CPUUsageApp/Program.cs b/lib/lufa/Projects/LEDNotifier/CPUUsageApp/Program.cs deleted file mode 100644 index cb4fd89f23..0000000000 --- a/lib/lufa/Projects/LEDNotifier/CPUUsageApp/Program.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Windows.Forms; - -namespace CPUMonitor -{ - static class Program - { - /// - /// The main entry point for the application. - /// - [STAThread] - static void Main() - { - Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new frmCPU()); - } - } -} -- cgit v1.2.3 [cgit] Unable to lock slot /tmp/cgit/bb100000.lock: Permission denied (13)