Fix, consolidate PSTR aliases (#20812)
Co-authored-by: Jason Smith <jason.inet@gmail.com> Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
		@@ -67,10 +67,6 @@ extern portMUX_TYPE spinlock;
 | 
			
		||||
#define ENABLE_ISRS()  if (spinlock.owner != portMUX_FREE_VAL) portEXIT_CRITICAL(&spinlock)
 | 
			
		||||
#define DISABLE_ISRS() portENTER_CRITICAL(&spinlock)
 | 
			
		||||
 | 
			
		||||
// Fix bug in pgm_read_ptr
 | 
			
		||||
#undef pgm_read_ptr
 | 
			
		||||
#define pgm_read_ptr(addr) (*(addr))
 | 
			
		||||
 | 
			
		||||
// ------------------------
 | 
			
		||||
// Types
 | 
			
		||||
// ------------------------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user