I have: switch (request)
{
case Request_Sync:
{
uint16_t hml = (SPI_Received & 0x0C00) >> 8;
//
// If not in the middle of s sequence of sync messages
// set our working variable to zero.
//
..
{
case Request_Sync:
{
uint16_t hml = (SPI_Received & 0x0C00) >> 8;
//
// If not in the middle of s sequence of sync messages
// set our working variable to zero.
//
..