You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMake/binutils.TI_SimpleLink.cmake
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,12 +55,12 @@ endmacro()
55
55
function(nf_check_radio_frequency)
56
56
57
57
if(NOTDEFINED RADIO_FREQUENCY)
58
-
message(FATAL_ERROR "Radio frequncy NOT defined. Please set build option 'RADIO_FREQUENCY'. Valid values are 868 and 915.")
58
+
message(FATAL_ERROR "\nRadio frequency NOT defined!!\nPlease set the build option 'RADIO_FREQUENCY' in 'config\\user-prefs.json' or in the user CMake preset. Valid values are 868 and 915.\n")
0 commit comments