Remove unneeded #endif comments.

This commit is contained in:
Uwe Hermann 2015-03-21 19:35:30 +01:00
parent 93b118da4f
commit db24496ac8
3 changed files with 3 additions and 3 deletions

View File

@ -210,4 +210,4 @@ SR_PRIV int beaglelogic_munmap(struct dev_context *devc) {
return munmap(devc->sample_buf, devc->buffersize);
}
#endif /* BEAGLELOGIC_H_ */
#endif

View File

@ -119,4 +119,4 @@ SR_PRIV int lwla_write_reg(const struct sr_usb_dev_inst *usb,
SR_PRIV int lwla_write_regs(const struct sr_usb_dev_inst *usb,
const struct regval_pair *regvals, int count);
#endif /* !LIBSIGROK_HARDWARE_SYSCLK_LWLA_LWLA_H */
#endif

View File

@ -260,4 +260,4 @@ SR_PRIV int lwla_abort_acquisition(const struct sr_dev_inst *sdi);
SR_PRIV int lwla_receive_data(int fd, int revents, void *cb_data);
#endif /* !LIBSIGROK_HARDWARE_SYSCLK_LWLA_PROTOCOL_H */
#endif