mirror of
				https://github.com/manuelbl/ttn-esp32.git
				synced 2025-10-31 18:50:33 +01:00 
			
		
		
		
	Merge branch 'iram_isr_fix' of https://github.com/vladcebo/ttn-esp32 into vladcebo-iram_isr_fix
This commit is contained in:
		| @ -346,7 +346,7 @@ bool HAL_ESP32::wait(WaitKind waitKind) | ||||
| } | ||||
|  | ||||
| // Gets current time in LMIC ticks | ||||
| u4_t hal_ticks() | ||||
| u4_t IRAM_ATTR hal_ticks() | ||||
| { | ||||
|     // LMIC tick unit: 16µs | ||||
|     // esp_timer unit: 1µs | ||||
|  | ||||
		Reference in New Issue
	
	Block a user