mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
The function gomach_vtdma_end is nearly identical to _no_vtdma_after_cp expect the first few lines. This commit replaces the duplicating code in gomach_vtdma_end by a call to _no_vtdma_after_cp. Signed-off-by: Francois Berder <fberder@outlook.fr>