Skip to content

Commit

Permalink
templates.ad: comment out pragma in cmsis_device.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 29, 2015
1 parent da3daba commit a0509d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
#define _CMSIS_DEVICE_H_

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpadded"
// Add pragmas if the header triggers warnings.
// #pragma GCC diagnostic ignored "-Wpadded"

#include "$(CMSIS_name).h"

Expand Down

0 comments on commit a0509d5

Please sign in to comment.