# SLIP Modem Component

idf_component_register(
    SRCS "library/slip_modem.c"
    INCLUDE_DIRS "include"
    REQUIRES esp_netif
)
