Skip to content

Commit

Permalink
Change spelling to upper case.
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed Mar 7, 2015
1 parent c302a3c commit 1d23070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/shc_basestation/request_buffer.c
Expand Up @@ -291,7 +291,7 @@ void remove_request(uint16_t sender_id, uint16_t request_sender_id, uint32_t pac
// delete request queue entry if no more packets in this queue_request
if (request_queue[rq_slot][1] == SLOT_UNUSED)
{
UART_PUTF("Request queue %u is now empty.\r\n", rq_slot);
UART_PUTF("Request Queue %u is now empty.\r\n", rq_slot);
request_queue[rq_slot][0] = SLOT_UNUSED;
}

Expand Down

0 comments on commit 1d23070

Please sign in to comment.