diff --git a/tgo.go b/tgo.go index 16152b3a..10ace3c7 100644 --- a/tgo.go +++ b/tgo.go @@ -1347,7 +1347,7 @@ func Compile(pkgName, runtimePath, outpath, target string, printIR bool) error { var buildTags []string // TODO: put this somewhere else if target == "pca10040" { - buildTags = append(buildTags, "nrf") + buildTags = append(buildTags, "nrf", "nrf52", "nrf52832") target = "armv7m-none-eabi" }