Implement locking using FreeRTOS compatibility layer from TinyGo

This commit is contained in:
Ayke van Laethem
2021-09-27 16:23:52 +02:00
parent 0f0fdf894c
commit 1a32b5be12
2 changed files with 8 additions and 14 deletions
+2
View File
@@ -17,6 +17,8 @@ package espnet
*/
import "C"
import _ "compat/freertos"
type ESPWiFi struct {
}