]> sigrok.org Git - libsigrok.git/commit - src/hardware/sysclk-lwla/api.c
sysclk-lwla: Use ARRAY_SIZE instead of G_N_ELEMENTS.
authorUwe Hermann <redacted>
Thu, 26 Mar 2015 20:57:56 +0000 (21:57 +0100)
committerUwe Hermann <redacted>
Thu, 26 Mar 2015 22:53:52 +0000 (23:53 +0100)
commitce3ecb70494b5bcf483607d6ecf0906394623601
tree7f8d7198bd54e8b370ea6b681cbc6194c6651019
parentf05406117d67de3bd8aa5f904573bdd5d7ba401f
sysclk-lwla: Use ARRAY_SIZE instead of G_N_ELEMENTS.

Both do exactly the same, but we consistently use ARRAY_SIZE
in the rest of the code-base.
src/hardware/sysclk-lwla/api.c
src/hardware/sysclk-lwla/lwla.c
src/hardware/sysclk-lwla/protocol.c