spi_slave: run code formatter
Signed-off-by: Christian Ambach <christian.ambach@deutschebahn.com>
This commit is contained in:
		
							parent
							
								
									3cd43710e6
								
							
						
					
					
						commit
						97c71428a6
					
				| @ -155,7 +155,8 @@ void spi_enqueuedata(uint8_t messageType, MessageBuffer_t *message) { | ||||
|   BaseType_t ret = | ||||
|       xQueueSendToBack(SPISendQueue, (void *)message, (TickType_t)0); | ||||
|   if (ret == pdTRUE) { | ||||
|     ESP_LOGI(TAG, "%d byte(s) enqueued for SPI interface", message->MessageSize); | ||||
|     ESP_LOGI(TAG, "%d byte(s) enqueued for SPI interface", | ||||
|              message->MessageSize); | ||||
|   } else { | ||||
|     ESP_LOGW(TAG, "SPI sendqueue is full"); | ||||
|   } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user