#include "hal_led.h"
#include "asw_next.h"

void asw_next(void)
{
  hal_led_seton(1);
}
/* eof */