Browse Source

Minor HAL cleanup

Scott Lahteine 5 years ago
parent
commit
b9b07387d7
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      Marlin/src/HAL/HAL_STM32F1/HAL.cpp

+ 0
- 8
Marlin/src/HAL/HAL_STM32F1/HAL.cpp View File

@@ -261,14 +261,6 @@ void HAL_idletask() {
261 261
   #endif
262 262
 }
263 263
 
264
-/* VGPV Done with defines
265
-// disable interrupts
266
-void cli() { noInterrupts(); }
267
-
268
-// enable interrupts
269
-void sei() { interrupts(); }
270
-*/
271
-
272 264
 void HAL_clear_reset_source() { }
273 265
 
274 266
 /**

Loading…
Cancel
Save