more osal clean up
This commit is contained in:
		@@ -86,7 +86,7 @@ void tuh_cdc_xfer_isr(uint8_t dev_addr, tusb_event_t event, cdc_pipeid_t pipe_id
 | 
			
		||||
      {
 | 
			
		||||
        case TUSB_EVENT_XFER_COMPLETE:
 | 
			
		||||
          received_bytes = xferred_bytes;
 | 
			
		||||
          (void) osal_semaphore_post(sem_hdl);  // notify main task
 | 
			
		||||
          osal_semaphore_post(sem_hdl);  // notify main task
 | 
			
		||||
        break;
 | 
			
		||||
 | 
			
		||||
        case TUSB_EVENT_XFER_ERROR:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user