
for (;;) {
    if (spi_select) run_full_spi_message();
    do_other_things();
}
