Teensy 4.1 core updated for C++20
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | #ifndef CORE_TEENSY
#define CORE_TEENSY
#if defined(USB_SERIAL)
#include "../usb_serial/core_id.h"
#elif defined(USB_HID)
#include "../usb_hid/core_id.h"
#elif defined(USB_SERIAL_HID)
#include "../usb_serial_hid/core_id.h"
#elif defined(USB_DISK) || defined(USB_DISK_SDFLASH)
#include "../usb_disk/core_id.h"
#elif defined(USB_MIDI)
#include "../usb_midi/core_id.h"
#elif defined(USB_RAWHID)
#include "../usb_rawhid/core_id.h"
#elif defined(USB_FLIGHTSIM)
#include "../usb_flightsim/core_id.h"
#endif
#endif
 |