Skip to content

Commit

Permalink
fix cod-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Jan 22, 2025
1 parent 1ea59fb commit f0c75a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class UcTcpIpInterface(private val ipAddress: IPAddress, name: String? = null) :
class UcCoapUdpIpInterface(private val ipAddress: IPAddress, name: String? = null) :
UcNetworkInterface(COAP_UDP_IP, name ?: "coap") {
override val includeHeaders: String = ""
override val compileDefs: String = "NETWORK_CHANNEL_COAP_UDP"
override val compileDefs: String = "NETWORK_CHANNEL_COAP"

fun createEndpoint(): UcCoapUdpIpEndpoint {
val ep = UcCoapUdpIpEndpoint(ipAddress, this)
Expand Down

0 comments on commit f0c75a1

Please sign in to comment.