Added note about generic MSP430 header include

This commit is contained in:
William Miceli
2021-02-20 16:01:25 -05:00
parent b8b7ac9f66
commit d14c3aa1e2

View File

@@ -1,4 +1,4 @@
#include <msp430.h>
#include <msp430.h> // The correct header file will be chosen automatically based on project settings
/**