Skip to content

Commit

Permalink
Fixed a introduced bug when adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyc2017 committed Jul 24, 2024
1 parent fa47349 commit 8651f7c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions utils/platform_config.mk
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/*
* Author: jeffreyc2017
*
* License: MIT
*/

# File: platform_config.mk
# Author: jeffreyc2017
# License: MIT

# Detect if we're on a Raspberry Pi
IS_RASPBERRY_PI := $(if $(RPI),1,0)
Expand Down

0 comments on commit 8651f7c

Please sign in to comment.