mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-18 05:33:58 +00:00
Implement locking using FreeRTOS compatibility layer from TinyGo
This commit is contained in:
@@ -17,6 +17,8 @@ package espnet
|
||||
*/
|
||||
import "C"
|
||||
|
||||
import _ "compat/freertos"
|
||||
|
||||
type ESPWiFi struct {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user