kopia lustrzana https://github.com/jgromes/RadioLib
				
				
				
			[SX1233] Fix incorrect exclude macro guard (#929)
							rodzic
							
								
									efe303ca69
								
							
						
					
					
						commit
						4c5321e5cb
					
				| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
#include "SX1233.h"
 | 
			
		||||
#include <math.h>
 | 
			
		||||
#if !RADIOLIB_EXCLUDE_SX1233
 | 
			
		||||
#if !RADIOLIB_EXCLUDE_SX1231
 | 
			
		||||
 | 
			
		||||
SX1233::SX1233(Module* mod) : SX1231(mod) {
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
 | 
			
		||||
#include "../../TypeDef.h"
 | 
			
		||||
 | 
			
		||||
#if !RADIOLIB_EXCLUDE_SX1233
 | 
			
		||||
#if !RADIOLIB_EXCLUDE_SX1231
 | 
			
		||||
 | 
			
		||||
#include "../../Module.h"
 | 
			
		||||
#include "../RF69/RF69.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue