fix: expand RTT debugger compatibility

This commit is contained in:
Michael Smith
2025-09-12 09:55:40 -04:00
committed by Ron Evans
parent be33de1086
commit 373ca88f14
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -16,6 +16,8 @@ import (
)
// This symbol name is known by the compiler, see monitor.go.
//
//go:linkname rttSerialInstance _SEGGER_RTT
var rttSerialInstance rttSerial
var Serial = &rttSerialInstance