Skip to content

Commit

Permalink
Restyled by gn
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and tima-q committed Oct 6, 2023
1 parent 1ac9b5b commit ecabdb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/qpg_sdk/qpg_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ template("qpg_sdk") {
} else {
defines += [ "MBEDTLS_SW_ONLY" ]
}

#Wundef fix - to be updated in SDK
defines += ["GP_SCHED_NR_OF_IDLE_CALLBACKS=0"]
defines += [ "GP_SCHED_NR_OF_IDLE_CALLBACKS=0" ]

cflags = ["-Wundef"]
cflags = [ "-Wundef" ]

# Allow warning due to mbedtls
cflags += [
Expand Down

0 comments on commit ecabdb6

Please sign in to comment.