From c3ce11d0cc58be571d4932f8bbe142ca94c345ba Mon Sep 17 00:00:00 2001 From: philsson Date: Thu, 15 Sep 2016 16:33:17 +0200 Subject: [PATCH] new start on ADC fix --- UAV-ControlSystem/Debug/.gitignore | 2 -- UAV-ControlSystem/src/main.c | 1 + revolution_hal_lib/Debug/.gitignore | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 UAV-ControlSystem/Debug/.gitignore delete mode 100644 revolution_hal_lib/Debug/.gitignore diff --git a/UAV-ControlSystem/Debug/.gitignore b/UAV-ControlSystem/Debug/.gitignore deleted file mode 100644 index b83b806..0000000 --- a/UAV-ControlSystem/Debug/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/src/ -/startup/ diff --git a/UAV-ControlSystem/src/main.c b/UAV-ControlSystem/src/main.c index 2c999ea..e36b694 100644 --- a/UAV-ControlSystem/src/main.c +++ b/UAV-ControlSystem/src/main.c @@ -5,6 +5,7 @@ * @version V1.0 * @date 01-December-2013 * @brief Default main function. + * Awesome ADC fix start project here to be good awesome!! ****************************************************************************** */ diff --git a/revolution_hal_lib/Debug/.gitignore b/revolution_hal_lib/Debug/.gitignore deleted file mode 100644 index b67453f..0000000 --- a/revolution_hal_lib/Debug/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/HAL_Driver/