Skip to content
  • Zachary T Welch's avatar
    change #include "flash.h" to <flash/flash.h> · 2b2d5ec1
    Zachary T Welch authored
    Changes from the flat namespace to heirarchical one.  Instead of writing:
    
    	#include "flash.h"
    
    the following form should be used.
    
    	#include <flash/flash.h>
    
    The exception is from .c files in the same directory.
    2b2d5ec1