component_manager.c 78 B

1234567
  1. #include <stdio.h>
  2. #include "cmp.h"
  3. void app_main(void)
  4. {
  5. cmp_hello();
  6. }