File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ int serial_irq_handler_asynch(serial_t *obj)
605
605
606
606
volatile int return_event = 0 ;
607
607
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
608
- uint8_t i = 0 ;
608
+ size_t i = 0 ;
609
609
610
610
// TX PART:
611
611
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ int serial_irq_handler_asynch(serial_t *obj)
476
476
477
477
volatile int return_event = 0 ;
478
478
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
479
- uint8_t i = 0 ;
479
+ size_t i = 0 ;
480
480
481
481
// TX PART:
482
482
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ int serial_irq_handler_asynch(serial_t *obj)
559
559
560
560
volatile int return_event = 0 ;
561
561
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
562
- uint8_t i = 0 ;
562
+ size_t i = 0 ;
563
563
564
564
// TX PART:
565
565
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ int serial_irq_handler_asynch(serial_t *obj)
522
522
523
523
volatile int return_event = 0 ;
524
524
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
525
- uint8_t i = 0 ;
525
+ size_t i = 0 ;
526
526
527
527
// TX PART:
528
528
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ int serial_irq_handler_asynch(serial_t *obj)
604
604
605
605
volatile int return_event = 0 ;
606
606
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
607
- uint8_t i = 0 ;
607
+ size_t i = 0 ;
608
608
609
609
// TX PART:
610
610
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ int serial_irq_handler_asynch(serial_t *obj)
560
560
561
561
volatile int return_event = 0 ;
562
562
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
563
- uint8_t i = 0 ;
563
+ size_t i = 0 ;
564
564
565
565
// TX PART:
566
566
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ int serial_irq_handler_asynch(serial_t *obj)
573
573
574
574
volatile int return_event = 0 ;
575
575
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
576
- uint8_t i = 0 ;
576
+ size_t i = 0 ;
577
577
578
578
// TX PART:
579
579
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ int serial_irq_handler_asynch(serial_t *obj)
500
500
501
501
volatile int return_event = 0 ;
502
502
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
503
- uint8_t i = 0 ;
503
+ size_t i = 0 ;
504
504
505
505
// TX PART:
506
506
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ int serial_irq_handler_asynch(serial_t *obj)
512
512
513
513
volatile int return_event = 0 ;
514
514
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
515
- uint8_t i = 0 ;
515
+ size_t i = 0 ;
516
516
517
517
// TX PART:
518
518
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ int serial_irq_handler_asynch(serial_t *obj)
536
536
537
537
volatile int return_event = 0 ;
538
538
uint8_t * buf = (uint8_t * )(obj -> rx_buff .buffer );
539
- uint8_t i = 0 ;
539
+ size_t i = 0 ;
540
540
541
541
// TX PART:
542
542
if (__HAL_UART_GET_FLAG (huart , UART_FLAG_TC ) != RESET ) {
You can’t perform that action at this time.
0 commit comments