Remove unneeded #endif comments.
This commit is contained in:
parent
93b118da4f
commit
db24496ac8
|
@ -210,4 +210,4 @@ SR_PRIV int beaglelogic_munmap(struct dev_context *devc) {
|
|||
return munmap(devc->sample_buf, devc->buffersize);
|
||||
}
|
||||
|
||||
#endif /* BEAGLELOGIC_H_ */
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue